home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 802 b | 33 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWGrInit.h
- // Release Version: $ 1.0d11 $
- //
- // Copyright: © 1993, 1995 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWGRINIT_H
- #define FWGRINIT_H
-
- #if FW_LIB_EXPORT_PRAGMAS
- #pragma lib_export on
- #endif
-
- #ifndef FWSTDDEF_H
- #include "FWStdDef.h"
- #endif
-
- //========================================================================================
- // Globale Functions
- //========================================================================================
-
- void FW_FUNC_ATTR InitGraphic();
- void FW_FUNC_ATTR ShutdownGraphic();
-
- #if FW_LIB_EXPORT_PRAGMAS
- #pragma lib_export off
- #endif
-
- #endif
-